Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Inventory] Use observability:entitycentricexperience to enable + side nav adjustments #193533

Conversation

iblancof
Copy link
Contributor

@iblancof iblancof commented Sep 20, 2024

Summary

Closes #192323 and #193393.

Plugin enablement

The enablement of the new Inventory plugin was previously managed via the xpack.inventory.enabled setting in kibana.yml. With this PR, we transition to enabling it through the observability:entitycentricexperience advanced setting.

Position in side nav

Additionally, this PR includes adjustments to the placement of the new Inventory page within the side navigation and the addition of the "Tech Preview" badge in the navigation where it was supported.

Navigation Screenshot
Stateful classic (first nav) Screenshot 2024-09-25 at 11 25 46
Stateful classic (O11y) Screenshot 2024-09-25 at 11 25 56
Stateful new O11y Screenshot 2024-09-25 at 11 27 52
Serverless Screenshot 2024-09-25 at 11 23 07

Global search

A modification was made to the global search to prevent a duplicate result from appearing during searches by removing the deeplinks when registering the plugin. The UI changes are shown below.

Warning

If this modification causes any other issues, please let me know in a comment.

With deeplink (before) Without deeplink (after)
global_search_with_deeplink global_search_without_deeplink

Services rename to Service Inventory

Another needed change was to rename the nav item Services to Service Inventory

Note

Screenshots were taken before the navigation sorting was agreed with product, so the "Inventory" item does not appear in the right position.

Navigation Screenshot
Stateful classic (O11y) services_stateful_classic
Stateful new O11y services_stateful_new
Serverless services_serverless

Note

The rename of infra Inventory to Infrastructure Inventory is being tracked separately in #192324.

Tech preview badge in page

Lastly, the "Technical Preview" badge has been added to the page title.

Note

The screenshot was taken before the navigation sorting was agreed with product, so the "Inventory" item does not appear in the right position.

inventory_title_badge

Plugin registration in server

To make the Inventory available in the spaces and privileges configuration the plugin has been registered in the features service.

Warning

I lack detailed context in this area, so I’ve added default empty configurations for most attributes. If any adjustments or improvements are needed, please let me know.

Space config Privileges
Screenshot 2024-09-23 at 10 57 35 Screenshot 2024-09-23 at 10 57 14

kpatticha and others added 26 commits September 17, 2024 20:10
@iblancof iblancof self-assigned this Sep 20, 2024
@obltmachine
Copy link

🤖 GitHub comments

Expand to view the GitHub comments

Just comment with:

  • /oblt-deploy : Deploy a Kibana instance using the Observability test environments.
  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)

@iblancof iblancof added Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team v8.16.0 labels Sep 20, 2024
Copy link
Contributor

@cauemarcondes cauemarcondes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kpatticha kpatticha removed the request for review from crespocarlos September 27, 2024 13:13
@iblancof
Copy link
Contributor Author

iblancof commented Sep 27, 2024

Hello @roshan-elastic ,

During development, we discovered an area that we hadn't considered during refinement regarding space visibility management and roles.

From what we observed, if we want to avoid conflicts with other space configurations, the new Inventory feature should appear in both the feature visibility configuration and role management settings.

This means it will be visible in those areas (as shown in the screenshots) regardless of the value set in the Advanced Setting that currently controls its visibility (observability:entityCentricExperience) in the side navigation. However, the visibility in the side navigation bars will still synchronize correctly with the Advanced Setting.

Feature visibility Roles management
Screenshot 2024-09-27 at 15 41 31 Screenshot 2024-09-27 at 15 41 51

Could you please confirm if this approach works for you?

cc: @kpatticha @smith

@roshan-elastic
Copy link

Hello @roshan-elastic ,

During development, we discovered an area that we hadn't considered during refinement regarding space visibility management and roles.

This looks like a great idea @iblancof.

Let's do it!

@iblancof iblancof enabled auto-merge (squash) September 30, 2024 07:38
@kibana-ci
Copy link
Collaborator

kibana-ci commented Sep 30, 2024

💛 Build succeeded, but was flaky

  • Buildkite Build
  • Commit: 1ba7b09
  • Kibana Serverless Image: docker.elastic.co/kibana-ci/kibana-serverless:pr-193533-1ba7b09cc810

Failed CI Steps

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
inventory 152.0KB 152.2KB +181.0B
observability 467.3KB 467.3KB +16.0B
total +197.0B

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
apm 40.4KB 40.4KB +9.0B
inventory 9.9KB 9.9KB +28.0B
serverlessObservability 27.2KB 27.2KB +35.0B
total +72.0B

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

cc @iblancof

@iblancof iblancof merged commit 26f5e14 into elastic:main Sep 30, 2024
25 checks passed
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.x

https://github.com/elastic/kibana/actions/runs/11104400845

kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Sep 30, 2024
…e nav adjustments (elastic#193533)

## Summary

Closes elastic#192323 and
elastic#193393.

### Plugin enablement
The enablement of the new Inventory plugin was previously managed via
the `xpack.inventory.enabled` setting in kibana.yml. With this PR, we
transition to enabling it through the
`observability:entitycentricexperience` advanced setting.

### Position in side nav
Additionally, this PR includes adjustments to the placement of the new
Inventory page within the side navigation and the addition of the "Tech
Preview" badge in the navigation where it was supported.

|Navigation|Screenshot|
|-|-|
|Stateful classic (first nav)|![Screenshot 2024-09-25 at 11 25
46](https://github.com/user-attachments/assets/54e92632-9931-4f5b-8648-8a32afcd0caf)|
|Stateful classic (O11y)|![Screenshot 2024-09-25 at 11 25
56](https://github.com/user-attachments/assets/ae644eb2-2559-4be0-8659-ef709399a871)|
|Stateful new O11y|![Screenshot 2024-09-25 at 11 27
52](https://github.com/user-attachments/assets/c404232c-2630-4220-9bb8-315b0f0fc55f)|
|Serverless|![Screenshot 2024-09-25 at 11 23
07](https://github.com/user-attachments/assets/7f7e6c79-7f0f-4f7d-8fed-260d73ad4d3f)|

### Global search
A modification was made to the global search to prevent a duplicate
result from appearing during searches by removing the deeplinks when
registering the plugin. The UI changes are shown below.

>[!WARNING]
If this modification causes any other issues, please let me know in a
comment.

|With deeplink (before)|Without deeplink (after)|
|-|-|

|![global_search_with_deeplink](https://github.com/user-attachments/assets/3ef5641c-3add-4892-af2f-46f72ff1722e)|![global_search_without_deeplink](https://github.com/user-attachments/assets/8ad92f27-13a2-4b85-8958-588e597f94d9)|

### Services rename to Service Inventory
Another needed change was to rename the nav item Services to Service
Inventory

>[!NOTE]
Screenshots were taken before the navigation sorting was agreed with
product, so the "Inventory" item does not appear in the right position.

|Navigation|Screenshot|
|-|-|
|Stateful classic
(O11y)|![services_stateful_classic](https://github.com/user-attachments/assets/25ed1294-40fe-47be-9319-fe294acce8f8)|
|Stateful new
O11y|![services_stateful_new](https://github.com/user-attachments/assets/4ae9495c-56bc-4327-b2f6-b6ac9f68bd21)|

|Serverless|![services_serverless](https://github.com/user-attachments/assets/81ff51f4-3b0e-41fd-b7c6-79e8aa44e575)|

>[!NOTE]
The rename of infra Inventory to Infrastructure Inventory is being
tracked separately in elastic#192324.

### Tech preview badge in page
Lastly, the "Technical Preview" badge has been added to the page title.

>[!NOTE]
The screenshot was taken before the navigation sorting was agreed with
product, so the "Inventory" item does not appear in the right position.

![inventory_title_badge](https://github.com/user-attachments/assets/172c5b8e-258e-4127-b792-40910e9dede0)

### Plugin registration in server
To make the Inventory available in the spaces and privileges
configuration the plugin has been registered in the features service.

>[!WARNING]
I lack detailed context in this area, so I’ve added default empty
configurations for most attributes. If any adjustments or improvements
are needed, please let me know.

|Space config|Privileges|
|-|-|
|![Screenshot 2024-09-23 at 10 57
35](https://github.com/user-attachments/assets/1c3a45b6-fd67-4706-8fc4-ee42a9206787)|![Screenshot
2024-09-23 at 10 57
14](https://github.com/user-attachments/assets/a852c15d-133c-459d-be77-2d73e662ffdb)|

---------

Co-authored-by: Kate Patticha <[email protected]>
Co-authored-by: kibanamachine <[email protected]>
(cherry picked from commit 26f5e14)
@kibanamachine
Copy link
Contributor

💚 All backports created successfully

Status Branch Result
8.x

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Sep 30, 2024
… + side nav adjustments (#193533) (#194408)

# Backport

This will backport the following commits from `main` to `8.x`:
- [[Inventory] Use observability:entitycentricexperience to enable +
side nav adjustments
(#193533)](#193533)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Irene
Blanco","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-09-30T10:37:37Z","message":"[Inventory]
Use observability:entitycentricexperience to enable + side nav
adjustments (#193533)\n\n## Summary\r\n\r\nCloses
#192323
and\r\nhttps://github.com//issues/193393.\r\n\r\n###
Plugin enablement\r\nThe enablement of the new Inventory plugin was
previously managed via\r\nthe `xpack.inventory.enabled` setting in
kibana.yml. With this PR, we\r\ntransition to enabling it through
the\r\n`observability:entitycentricexperience` advanced
setting.\r\n\r\n\r\n### Position in side nav\r\nAdditionally, this PR
includes adjustments to the placement of the new\r\nInventory page
within the side navigation and the addition of the \"Tech\r\nPreview\"
badge in the navigation where it was
supported.\r\n\r\n|Navigation|Screenshot|\r\n|-|-|\r\n|Stateful classic
(first nav)|![Screenshot 2024-09-25 at 11
25\r\n46](https://github.com/user-attachments/assets/54e92632-9931-4f5b-8648-8a32afcd0caf)|\r\n|Stateful
classic (O11y)|![Screenshot 2024-09-25 at 11
25\r\n56](https://github.com/user-attachments/assets/ae644eb2-2559-4be0-8659-ef709399a871)|\r\n|Stateful
new O11y|![Screenshot 2024-09-25 at 11
27\r\n52](https://github.com/user-attachments/assets/c404232c-2630-4220-9bb8-315b0f0fc55f)|\r\n|Serverless|![Screenshot
2024-09-25 at 11
23\r\n07](https://github.com/user-attachments/assets/7f7e6c79-7f0f-4f7d-8fed-260d73ad4d3f)|\r\n\r\n\r\n###
Global search\r\nA modification was made to the global search to prevent
a duplicate\r\nresult from appearing during searches by removing the
deeplinks when\r\nregistering the plugin. The UI changes are shown
below.\r\n\r\n>[!WARNING]\r\nIf this modification causes any other
issues, please let me know in a\r\ncomment.\r\n\r\n|With deeplink
(before)|Without deeplink
(after)|\r\n|-|-|\r\n\r\n|![global_search_with_deeplink](https://github.com/user-attachments/assets/3ef5641c-3add-4892-af2f-46f72ff1722e)|![global_search_without_deeplink](https://github.com/user-attachments/assets/8ad92f27-13a2-4b85-8958-588e597f94d9)|\r\n\r\n###
Services rename to Service Inventory\r\nAnother needed change was to
rename the nav item Services to Service\r\nInventory\r\n\r\n>[!NOTE]
\r\nScreenshots were taken before the navigation sorting was agreed
with\r\nproduct, so the \"Inventory\" item does not appear in the right
position.\r\n\r\n|Navigation|Screenshot|\r\n|-|-|\r\n|Stateful
classic\r\n(O11y)|![services_stateful_classic](https://github.com/user-attachments/assets/25ed1294-40fe-47be-9319-fe294acce8f8)|\r\n|Stateful
new\r\nO11y|![services_stateful_new](https://github.com/user-attachments/assets/4ae9495c-56bc-4327-b2f6-b6ac9f68bd21)|\r\n\r\n|Serverless|![services_serverless](https://github.com/user-attachments/assets/81ff51f4-3b0e-41fd-b7c6-79e8aa44e575)|\r\n\r\n>[!NOTE]
\r\nThe rename of infra Inventory to Infrastructure Inventory is
being\r\ntracked separately in
https://github.com/elastic/kibana/issues/192324.\r\n\r\n\r\n### Tech
preview badge in page\r\nLastly, the \"Technical Preview\" badge has
been added to the page title.\r\n\r\n>[!NOTE] \r\nThe screenshot was
taken before the navigation sorting was agreed with\r\nproduct, so the
\"Inventory\" item does not appear in the right
position.\r\n\r\n\r\n\r\n![inventory_title_badge](https://github.com/user-attachments/assets/172c5b8e-258e-4127-b792-40910e9dede0)\r\n\r\n\r\n###
Plugin registration in server\r\nTo make the Inventory available in the
spaces and privileges\r\nconfiguration the plugin has been registered in
the features service.\r\n\r\n>[!WARNING]\r\nI lack detailed context in
this area, so I’ve added default empty\r\nconfigurations for most
attributes. If any adjustments or improvements\r\nare needed, please let
me know.\r\n\r\n|Space config|Privileges|\r\n|-|-|\r\n|![Screenshot
2024-09-23 at 10
57\r\n35](https://github.com/user-attachments/assets/1c3a45b6-fd67-4706-8fc4-ee42a9206787)|![Screenshot\r\n2024-09-23
at 10
57\r\n14](https://github.com/user-attachments/assets/a852c15d-133c-459d-be77-2d73e662ffdb)|\r\n\r\n---------\r\n\r\nCo-authored-by:
Kate Patticha <[email protected]>\r\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"26f5e1482b23548d1b06bec9e5fedf7dfa93a620","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","ci:project-deploy-observability","Team:obs-ux-infra_services","Team:obs-ux-management","v8.16.0"],"title":"[Inventory]
Use observability:entitycentricexperience to enable + side nav
adjustments","number":193533,"url":"https://github.com/elastic/kibana/pull/193533","mergeCommit":{"message":"[Inventory]
Use observability:entitycentricexperience to enable + side nav
adjustments (#193533)\n\n## Summary\r\n\r\nCloses
#192323
and\r\nhttps://github.com//issues/193393.\r\n\r\n###
Plugin enablement\r\nThe enablement of the new Inventory plugin was
previously managed via\r\nthe `xpack.inventory.enabled` setting in
kibana.yml. With this PR, we\r\ntransition to enabling it through
the\r\n`observability:entitycentricexperience` advanced
setting.\r\n\r\n\r\n### Position in side nav\r\nAdditionally, this PR
includes adjustments to the placement of the new\r\nInventory page
within the side navigation and the addition of the \"Tech\r\nPreview\"
badge in the navigation where it was
supported.\r\n\r\n|Navigation|Screenshot|\r\n|-|-|\r\n|Stateful classic
(first nav)|![Screenshot 2024-09-25 at 11
25\r\n46](https://github.com/user-attachments/assets/54e92632-9931-4f5b-8648-8a32afcd0caf)|\r\n|Stateful
classic (O11y)|![Screenshot 2024-09-25 at 11
25\r\n56](https://github.com/user-attachments/assets/ae644eb2-2559-4be0-8659-ef709399a871)|\r\n|Stateful
new O11y|![Screenshot 2024-09-25 at 11
27\r\n52](https://github.com/user-attachments/assets/c404232c-2630-4220-9bb8-315b0f0fc55f)|\r\n|Serverless|![Screenshot
2024-09-25 at 11
23\r\n07](https://github.com/user-attachments/assets/7f7e6c79-7f0f-4f7d-8fed-260d73ad4d3f)|\r\n\r\n\r\n###
Global search\r\nA modification was made to the global search to prevent
a duplicate\r\nresult from appearing during searches by removing the
deeplinks when\r\nregistering the plugin. The UI changes are shown
below.\r\n\r\n>[!WARNING]\r\nIf this modification causes any other
issues, please let me know in a\r\ncomment.\r\n\r\n|With deeplink
(before)|Without deeplink
(after)|\r\n|-|-|\r\n\r\n|![global_search_with_deeplink](https://github.com/user-attachments/assets/3ef5641c-3add-4892-af2f-46f72ff1722e)|![global_search_without_deeplink](https://github.com/user-attachments/assets/8ad92f27-13a2-4b85-8958-588e597f94d9)|\r\n\r\n###
Services rename to Service Inventory\r\nAnother needed change was to
rename the nav item Services to Service\r\nInventory\r\n\r\n>[!NOTE]
\r\nScreenshots were taken before the navigation sorting was agreed
with\r\nproduct, so the \"Inventory\" item does not appear in the right
position.\r\n\r\n|Navigation|Screenshot|\r\n|-|-|\r\n|Stateful
classic\r\n(O11y)|![services_stateful_classic](https://github.com/user-attachments/assets/25ed1294-40fe-47be-9319-fe294acce8f8)|\r\n|Stateful
new\r\nO11y|![services_stateful_new](https://github.com/user-attachments/assets/4ae9495c-56bc-4327-b2f6-b6ac9f68bd21)|\r\n\r\n|Serverless|![services_serverless](https://github.com/user-attachments/assets/81ff51f4-3b0e-41fd-b7c6-79e8aa44e575)|\r\n\r\n>[!NOTE]
\r\nThe rename of infra Inventory to Infrastructure Inventory is
being\r\ntracked separately in
https://github.com/elastic/kibana/issues/192324.\r\n\r\n\r\n### Tech
preview badge in page\r\nLastly, the \"Technical Preview\" badge has
been added to the page title.\r\n\r\n>[!NOTE] \r\nThe screenshot was
taken before the navigation sorting was agreed with\r\nproduct, so the
\"Inventory\" item does not appear in the right
position.\r\n\r\n\r\n\r\n![inventory_title_badge](https://github.com/user-attachments/assets/172c5b8e-258e-4127-b792-40910e9dede0)\r\n\r\n\r\n###
Plugin registration in server\r\nTo make the Inventory available in the
spaces and privileges\r\nconfiguration the plugin has been registered in
the features service.\r\n\r\n>[!WARNING]\r\nI lack detailed context in
this area, so I’ve added default empty\r\nconfigurations for most
attributes. If any adjustments or improvements\r\nare needed, please let
me know.\r\n\r\n|Space config|Privileges|\r\n|-|-|\r\n|![Screenshot
2024-09-23 at 10
57\r\n35](https://github.com/user-attachments/assets/1c3a45b6-fd67-4706-8fc4-ee42a9206787)|![Screenshot\r\n2024-09-23
at 10
57\r\n14](https://github.com/user-attachments/assets/a852c15d-133c-459d-be77-2d73e662ffdb)|\r\n\r\n---------\r\n\r\nCo-authored-by:
Kate Patticha <[email protected]>\r\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"26f5e1482b23548d1b06bec9e5fedf7dfa93a620"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/193533","number":193533,"mergeCommit":{"message":"[Inventory]
Use observability:entitycentricexperience to enable + side nav
adjustments (#193533)\n\n## Summary\r\n\r\nCloses
#192323
and\r\nhttps://github.com//issues/193393.\r\n\r\n###
Plugin enablement\r\nThe enablement of the new Inventory plugin was
previously managed via\r\nthe `xpack.inventory.enabled` setting in
kibana.yml. With this PR, we\r\ntransition to enabling it through
the\r\n`observability:entitycentricexperience` advanced
setting.\r\n\r\n\r\n### Position in side nav\r\nAdditionally, this PR
includes adjustments to the placement of the new\r\nInventory page
within the side navigation and the addition of the \"Tech\r\nPreview\"
badge in the navigation where it was
supported.\r\n\r\n|Navigation|Screenshot|\r\n|-|-|\r\n|Stateful classic
(first nav)|![Screenshot 2024-09-25 at 11
25\r\n46](https://github.com/user-attachments/assets/54e92632-9931-4f5b-8648-8a32afcd0caf)|\r\n|Stateful
classic (O11y)|![Screenshot 2024-09-25 at 11
25\r\n56](https://github.com/user-attachments/assets/ae644eb2-2559-4be0-8659-ef709399a871)|\r\n|Stateful
new O11y|![Screenshot 2024-09-25 at 11
27\r\n52](https://github.com/user-attachments/assets/c404232c-2630-4220-9bb8-315b0f0fc55f)|\r\n|Serverless|![Screenshot
2024-09-25 at 11
23\r\n07](https://github.com/user-attachments/assets/7f7e6c79-7f0f-4f7d-8fed-260d73ad4d3f)|\r\n\r\n\r\n###
Global search\r\nA modification was made to the global search to prevent
a duplicate\r\nresult from appearing during searches by removing the
deeplinks when\r\nregistering the plugin. The UI changes are shown
below.\r\n\r\n>[!WARNING]\r\nIf this modification causes any other
issues, please let me know in a\r\ncomment.\r\n\r\n|With deeplink
(before)|Without deeplink
(after)|\r\n|-|-|\r\n\r\n|![global_search_with_deeplink](https://github.com/user-attachments/assets/3ef5641c-3add-4892-af2f-46f72ff1722e)|![global_search_without_deeplink](https://github.com/user-attachments/assets/8ad92f27-13a2-4b85-8958-588e597f94d9)|\r\n\r\n###
Services rename to Service Inventory\r\nAnother needed change was to
rename the nav item Services to Service\r\nInventory\r\n\r\n>[!NOTE]
\r\nScreenshots were taken before the navigation sorting was agreed
with\r\nproduct, so the \"Inventory\" item does not appear in the right
position.\r\n\r\n|Navigation|Screenshot|\r\n|-|-|\r\n|Stateful
classic\r\n(O11y)|![services_stateful_classic](https://github.com/user-attachments/assets/25ed1294-40fe-47be-9319-fe294acce8f8)|\r\n|Stateful
new\r\nO11y|![services_stateful_new](https://github.com/user-attachments/assets/4ae9495c-56bc-4327-b2f6-b6ac9f68bd21)|\r\n\r\n|Serverless|![services_serverless](https://github.com/user-attachments/assets/81ff51f4-3b0e-41fd-b7c6-79e8aa44e575)|\r\n\r\n>[!NOTE]
\r\nThe rename of infra Inventory to Infrastructure Inventory is
being\r\ntracked separately in
https://github.com/elastic/kibana/issues/192324.\r\n\r\n\r\n### Tech
preview badge in page\r\nLastly, the \"Technical Preview\" badge has
been added to the page title.\r\n\r\n>[!NOTE] \r\nThe screenshot was
taken before the navigation sorting was agreed with\r\nproduct, so the
\"Inventory\" item does not appear in the right
position.\r\n\r\n\r\n\r\n![inventory_title_badge](https://github.com/user-attachments/assets/172c5b8e-258e-4127-b792-40910e9dede0)\r\n\r\n\r\n###
Plugin registration in server\r\nTo make the Inventory available in the
spaces and privileges\r\nconfiguration the plugin has been registered in
the features service.\r\n\r\n>[!WARNING]\r\nI lack detailed context in
this area, so I’ve added default empty\r\nconfigurations for most
attributes. If any adjustments or improvements\r\nare needed, please let
me know.\r\n\r\n|Space config|Privileges|\r\n|-|-|\r\n|![Screenshot
2024-09-23 at 10
57\r\n35](https://github.com/user-attachments/assets/1c3a45b6-fd67-4706-8fc4-ee42a9206787)|![Screenshot\r\n2024-09-23
at 10
57\r\n14](https://github.com/user-attachments/assets/a852c15d-133c-459d-be77-2d73e662ffdb)|\r\n\r\n---------\r\n\r\nCo-authored-by:
Kate Patticha <[email protected]>\r\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"26f5e1482b23548d1b06bec9e5fedf7dfa93a620"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Irene Blanco <[email protected]>
@iblancof iblancof deleted the 192323-inventory-use-observabilityentitycentricexperience-to-enable-inventory-2 branch October 1, 2024 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:prev-minor Backport to (8.x) the previous minor version (i.e. one version back from main) ci:project-deploy-observability Create an Observability project release_note:skip Skip the PR/issue when compiling release notes Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team Team:obs-ux-management Observability Management User Experience Team v8.16.0 v9.0.0
Projects
None yet